home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / rexx / fwfooter.lha / Footer.readme < prev    next >
Text File  |  1995-09-13  |  3KB  |  85 lines

  1. *********************************************
  2. *                                           *
  3. *     Footer.arexx made by Alf Inge Wang    *
  4. *     (C) Wang Computer Software            *            
  5. *         13.september.1995                 *
  6. *                                           *
  7. *********************************************
  8.  
  9. I have no responsible for any damage this program may cause !
  10.  
  11.  
  12. Description:
  13. ************
  14. Footer.arexx is an arexx-macro for Final Writer. This macro provides an easy
  15. way of making footers when using Final Writer. However it is not a perfect
  16. footer-tool and it is not totally automatic, but for my needs it seems to be
  17. sufficient.
  18.  
  19. Requirement:
  20. ************
  21. You need an Amiga computer that can run Final Writer, and you also need the 
  22. program Final Writer (big supprise). In order to run this macro, you must have
  23. arexx installed on your system, and it must be running.
  24.  
  25. Installation:
  26. *************
  27. Copy the Footer.arexx file into you macro-drawer for Final Writer (or another
  28. drawer you want to execute it from)
  29. You must run Arexx to make this macro work. (You can simply do this by drag
  30. the Arexx-icon into you wb-startup drawer.
  31.  
  32. How it works:
  33. *************
  34. You must remeber that this is not a very advanced footer-tool, but if you 
  35. follow my way of doing it, it will help you.
  36.  
  37. This is a short introduction to how to do it:
  38. 1. Start the Final-Writer program.
  39. 2. Use a new document 
  40. 3. Write the sentence: "For many years now, I have been writing on a project
  41.     called CHAT"
  42. 4. Let the cursor stand behind the work CHAT (without a space)
  43. 5. Choose the menu USER, OTHER, AREXX SCRIPT
  44. 6. Execute the file Footer.arexx
  45. 7. A window will then pop up, and ask you to "Enter the footer number"
  46. 8. Enter the number "1" and press OK ("1" is also default)
  47. 9. Then another window will pop-up and ask you to "Enter the number of extra
  48.     footnote lines"
  49. 10.Enter the number "0" and press OK ("0" is also default)
  50. 11.Then a line will appear and the word CHAT with number will also appear.
  51. 12.You may then enter the text: "is an acronym for Conflict HAndling Tool-kit"
  52. 13.Use the arrow-keys to position the cursor at the first line of the document
  53.     and place the cursor behind the word "CHAT"
  54. 14.Write then: ". I have also done some work in a project called ACM"
  55. 15.Execute the Footer.arexx once again
  56. 16.Enter the number "2" and press OK
  57. 17.Enter the number "0" and press OK
  58. 18.Then enter the next footer text and so on...
  59.  
  60. The first footer (number "1") will allways draw a line and must be the first
  61. footer. It is also important to let the spacing between the text and the 
  62. footer be the same all the time. If you press enter many times between the
  63. text and the footer, it will all get messed up.
  64. The requester "Enter the number of extra footnote lines" should be used if
  65. a footertext is longer than one line. This function is used to ajust the
  66. number of enters [CHR13] between the text and the footer.
  67.  
  68.  
  69.  
  70. BUGS
  71. ****
  72. I don't know any bugs for the time being. The program does have some constrains,
  73. but if these are followed it should work.
  74.  
  75. If you have questions, suggestions, positive/negative comments, please email
  76. me:
  77.  
  78.         alfw@idt.unit.no
  79.  
  80.  
  81.  
  82. I hope there is someone who finds the program useful!
  83.  
  84.  
  85. Alf Inge Wang